home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / lds / Imakefile < prev    next >
Encoding:
Makefile  |  1995-05-03  |  606 b   |  19 lines

  1. #
  2. #    Imakefile for lds, by Ron Record
  3. #
  4. #    Uncomment the following line if your Mips libm.a has a broken acos
  5. #       MIPSLIB = ../lib/libMips.a
  6.         DEPLIBS = $(DEPXLIB)
  7. LOCAL_LIBRARIES = ../lib/libXrr.a $(XLIB)
  8.   SYS_LIBRARIES = $(MIPSLIB) -lm
  9.        INCLUDES = -I. -I../lib -I$(TOP)/lib -I/usr/include/X11
  10.            SRCS = lds.c graf.c init.c key.c parseargs.c gen.c \
  11.                   file.c main.c
  12.            OBJS = lds.o graf.o init.o key.o parseargs.o gen.o \
  13.                   file.o main.o
  14.  
  15. ComplexProgramTarget(lds)
  16.  
  17. InstallProgram(lds, /usr/games/X11)
  18. InstallManPage(lds, /usr/games/X11/doc)
  19.